how to get started with a game engine [closed]
Posted
by
user19343
on Game Development
See other posts from Game Development
or by user19343
Published on 2012-08-26T23:53:38Z
Indexed on
2012/08/27
21:57 UTC
Read the original article
Hit count: 248
I'm a 3rd year Computer Science student and I would like to get started with building a game engine or at least tinkering with making one. I am curious if there are any good resources to use to get started. I get the idea behind different pieces in the engine, but I'm not really sure about how they fit together. Is there anything out there to help teach me the skeleton of a game engine? So far I've been playing with the idea of a game engine that uses modules built in a circular linked list so that each can do it's computing and then pass move to the next piece of the engine to work.
© Game Development or respective owner